runtime.g.startpc (field)

6 uses

	runtime (current package)
		proc.go#L4536: 	newg.startpc = fn.fn
		proc.go#L4581: 		traceGoCreate(newg, newg.startpc)
		runtime2.go#L488: 	startpc       uintptr         // pc of goroutine function
		stack.go#L1190: 	f := findfunc(gp.startpc)
		trace.go#L336: 			id := trace.stackTab.put([]uintptr{logicalStackSentinel, startPCforTrace(gp.startpc) + sys.PCQuantum})
		traceback.go#L1316: 	f := findfunc(gp.startpc)